From e8607ec9238b7c5aacd213750874fdd16dff14f0 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Tue, 16 Sep 2014 03:49:59 +0000 Subject: [PATCH] This commit isn't becuase I don't know how to spell it, it's because I apparently don't know how to type it... --- gpsbabel/jeeps/gpslibusb.cc | 10 +++++----- gpsbabel/mingw/wintesto.cmd | 2 +- gpsbabel/mkshort.cc | 2 +- gpsbabel/testo.d/tiger.test | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gpsbabel/jeeps/gpslibusb.cc b/gpsbabel/jeeps/gpslibusb.cc index 23b1e7a67..543760d06 100644 --- a/gpsbabel/jeeps/gpslibusb.cc +++ b/gpsbabel/jeeps/gpslibusb.cc @@ -43,9 +43,9 @@ * sloppy about not obeying packet boundries. If this is too high, the * multiple packets responding to the device inquriy will be glommed into * one packet and we'll misparse them. If it's too low, we'll get partially - * satisfied reads. It turns out this isn't terrible becuase we still end + * satisfied reads. It turns out this isn't terrible because we still end * up with DLE boundings and the upper layers (which are used to doing frame - * coalescion into packets anyway becuase of their serial background) will + * coalescion into packets anyway because of their serial background) will * compensate. */ #define TMOUT_I 5000 /* Milliseconds to timeout intr pipe access. */ @@ -199,9 +199,9 @@ gusb_atexit_teardown(void) * after the RET2INTR that immediately follows the REQBLK (and why is it * telling us to go into bulk mode followed by an immeidate EOF, anyway?) * that follows the request for product ID. 100% reproducible on Mac and - * Linux. Of course, we don't see this on the Windows system becuase + * Linux. Of course, we don't see this on the Windows system because * we don't have to jump through hooops to clear the spec-violating out - * of state toggles there becuase those systems see only one configuration + * of state toggles there because those systems see only one configuration * set ever. * * Grrrr! @@ -371,7 +371,7 @@ garmin_usb_start(struct usb_device* dev, libusb_unit_data* lud) lud->product_id = gusb_reset_toggles(); switch (lud->product_id) { // Search for "Venture HC" for more on this siliness.. - // It's a case instead of an 'if' becuase I have a + // It's a case instead of an 'if' because I have a // feeling there are more affected models either // on the market or on the way. case 695: diff --git a/gpsbabel/mingw/wintesto.cmd b/gpsbabel/mingw/wintesto.cmd index 1d575898f..d7d32eb93 100644 --- a/gpsbabel/mingw/wintesto.cmd +++ b/gpsbabel/mingw/wintesto.cmd @@ -138,7 +138,7 @@ REM Magellan serial REM TODO REM Tiger -REM This one is a little tacky, becuase it's a very lossy format. +REM This one is a little tacky, because it's a very lossy format. REM so we simply test we can write it, and then read it and write it and REM get an identical file back. DEL %TMPDIR%\tiger diff --git a/gpsbabel/mkshort.cc b/gpsbabel/mkshort.cc index 6245290a4..2200ab458 100644 --- a/gpsbabel/mkshort.cc +++ b/gpsbabel/mkshort.cc @@ -293,7 +293,7 @@ setshort_repeating_whitespace_ok(short_handle h, int l) /* * Set default name given to a waypoint if no valid is possible - * becuase it was filtered by charsets or null or whatever. + * because it was filtered by charsets or null or whatever. */ void setshort_defname(short_handle h, const char* s) diff --git a/gpsbabel/testo.d/tiger.test b/gpsbabel/testo.d/tiger.test index 5cfd67572..71b3c458f 100644 --- a/gpsbabel/testo.d/tiger.test +++ b/gpsbabel/testo.d/tiger.test @@ -1,5 +1,5 @@ # Tiger -# This one is a little tacky, becuase it's a very lossy format. +# This one is a little tacky, because it's a very lossy format. # so we simply test we can write it, and then read it and write it and # get an identical file back. rm -f ${TMPDIR}/tiger -- 2.30.2